Skip to content

chore(deps): update dependency stackexchange.redis to 3.0.7#6307

Merged
thomhurst merged 1 commit into
mainfrom
renovate/stackexchange.redis-3.x
Jun 24, 2026
Merged

chore(deps): update dependency stackexchange.redis to 3.0.7#6307
thomhurst merged 1 commit into
mainfrom
renovate/stackexchange.redis-3.x

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
StackExchange.Redis (source) nuget patch 3.0.03.0.7

Release Notes

StackExchange/StackExchange.Redis (StackExchange.Redis)

v3.0.7

Compare Source

What's Changed
  • avoid unobserved task exceptions during connection teardown by @​mgravell in #​3108
  • use MemoryPool<byte> sources for request/response buffering by @​mgravell in #​3107
    • see ConfigurationOptions.RequestBufferPool and ConfigurationOptions.ResponseBufferPool
  • Stabilize CI, especially on Windows by @​mgravell in #​3109

Full Changelog: StackExchange/StackExchange.Redis@3.0.0_main...3.0.7


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Jun 24, 2026
@thomhurst thomhurst enabled auto-merge (squash) June 24, 2026 15:03
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency update review: StackExchange.Redis 3.0.0 → 3.0.7

This is a Renovate-generated patch bump that correctly updates StackExchange.Redis in two independent locations. The 3.0.7 release brings bug fixes (unobserved task exceptions on connection teardown) and a memory optimization (MemoryPool buffering) — no breaking changes.

Why two files need updating

I verified the package management structure before signing off on this:

  • Root Directory.Packages.props — governs the main TUnit project tree via ManagePackageVersionsCentrally=true. This controls the version used by TUnit.Example.Asp.Net (and any other main-tree consumers).
  • examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj — CloudShop has its own examples/CloudShop/Directory.Packages.props that sets ManagePackageVersionsCentrally=false, opting the entire CloudShop sub-solution out of CPM. Projects in that scope must carry explicit Version attributes, so the csproj update is genuinely needed and independent.

Renovate found both pin locations correctly.

No issues found

The dual-pin pattern is intentional and architecturally sound given the CPM opt-out. The changes are minimal and low-risk for a patch release. Nothing to action here.

✅ LGTM — safe to merge.

@claude

claude Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Dependency update review: StackExchange.Redis 3.0.0 → 3.0.7

This is a Renovate-generated patch bump that correctly updates StackExchange.Redis in two independent locations. The 3.0.7 release brings bug fixes (unobserved task exceptions on connection teardown) and a memory optimization (MemoryPool buffering) — no breaking changes.

Why two files need updating

I verified the package management structure before signing off:

  • Root Directory.Packages.props — governs the main TUnit project tree via ManagePackageVersionsCentrally=true. Controls the version used by TUnit.Example.Asp.Net and any other main-tree consumers.
  • examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj — CloudShop has its own examples/CloudShop/Directory.Packages.props that sets ManagePackageVersionsCentrally=false, opting the entire CloudShop sub-solution out of CPM. Projects in that scope must carry explicit Version attributes, so the csproj update is genuinely needed and independent from the root change.

Renovate correctly identified both pin locations.

No issues found

The dual-pin pattern is intentional and architecturally sound given the CPM opt-out. The changes are minimal and low-risk for a patch release.

✅ LGTM — safe to merge.

This was referenced Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants